home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod01 / shared.dir / 00272_Oslo icon.pict.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  199 b   |  11 lines

  1. on mouseUp
  2.   global gCDRDrive
  3.   puppetSound("Bleeble.S")
  4.   updateStage()
  5.   if the machineType = 256 then
  6.     go(1, gCDRDrive & "program\Ad\quit")
  7.   else
  8.     go(1, gCDRDrive & "Ad:quit")
  9.   end if
  10. end
  11.